home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d23
/
zzap54a.arc
/
ZZAP.CFG
< prev
next >
Wrap
Text File
|
1990-03-11
|
1KB
|
56 lines
;----------------------------------------------------------------------------
; ZZAP configuration file
;----------------------------------------------------------------------------
; Declare the default command line switches (commented out).
; SWITCH=/X-
; Declare a log file (optional).
LOG=c:\archives\zzap.log
; Declare the subdirectory to place corrupted/virused archives in.
; Uncomment and change to your own taste
; BADDIR=C:\BAD
; BBS file fixer program name
FIXER=QFIX.EXE
; BBS file list name (this one is actually for 4DOS)
FIXOPT=descript.ion
; Command line options for SCAN.EXE
SCANOPT=/A /NOMEM
; Define each of the extracting programs.
UNARC=arc pkunpak.exe %1 >nul
UNARC=dwc dwc.exe e %1 >nul
UNARC=ice ice.exe e -n %1 >nul
UNARC=lbr lue220.com %1 >nul
UNARC=lzh lharc.exe e -n %1 >nul
UNARC=pak pak.exe e %1 >nul
UNARC=sdn pak.exe e >nul
UNARC=zip pkunzip.exe -jhsr %1 >nul
UNARC=zoo zoo.exe -extract %1 >nul
; Default archive extension to convert to
DEFAULT=zip
; Define the archiving programs.
ARC=arc pkpak.exe -a %1 *.* >nul
ARC=dwc dwc.exe a %1 *.* >nul
ARC=ice ice.exe a -anm %1 *.* >nul
ARC=lzh lharc.exe a -anm %1 *.* >nul
ARC=pak pak.exe a %1 *.* >nul
ARC=sdn pak.exe a %1 *.* >nul
ARC=zoo zoo.exe -add %1 * >nul
ARC=zip pkzip.exe -a -ex -jhsr -whsr %1 *.* >nul